home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / dgux.h < prev    next >
C/C++ Source or Header  |  1993-09-27  |  611b  |  30 lines

  1. #include <ansidecl.h>
  2. #include <errno.h>
  3. #include <sys/types.h>
  4. #include <sys/dg_c_generics.h>
  5. #include <unistd.h>
  6.  
  7. #include <string.h>
  8. #include <fcntl.h>
  9. #include <sys/stat.h>
  10. #include <time.h>
  11. #include <ctype.h>
  12.  
  13. #include <stdio.h>
  14.  
  15. #ifndef    DONTDECLARE_MALLOC
  16. extern PTR  malloc    PARAMS ((unsigned));
  17. extern PTR  realloc    PARAMS ((PTR, unsigned));
  18. #endif
  19. extern int    abort    PARAMS ((void));
  20. extern void    free    PARAMS ((PTR));
  21. extern void    bcopy    PARAMS ((char*,char*,int));
  22. extern void    exit    PARAMS ((int));
  23. extern void    bzero    PARAMS ((char *, int));
  24. extern int strtol();
  25. #define NO_STDARG 1
  26.  
  27.  
  28.  
  29. #include "fopen-same.h"
  30.